home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / inform1a / frmabout.frm (.txt) < prev    next >
Encoding:
Visual Basic Form  |  1999-07-01  |  2.5 KB  |  79 lines

  1. VERSION 5.00
  2. Begin VB.Form frmAbout 
  3.    BorderStyle     =   3  'Fixed Dialog
  4.    Caption         =   "Information Browser 1.0"
  5.    ClientHeight    =   2940
  6.    ClientLeft      =   2340
  7.    ClientTop       =   1935
  8.    ClientWidth     =   2535
  9.    ClipControls    =   0   'False
  10.    LinkTopic       =   "Form2"
  11.    MaxButton       =   0   'False
  12.    MinButton       =   0   'False
  13.    ScaleHeight     =   2029.24
  14.    ScaleMode       =   0  'User
  15.    ScaleWidth      =   2380.496
  16.    ShowInTaskbar   =   0   'False
  17.    Begin VB.PictureBox picIcon 
  18.       AutoSize        =   -1  'True
  19.       ClipControls    =   0   'False
  20.       Height          =   1560
  21.       Left            =   120
  22.       Picture         =   "frmAbout.frx":0000
  23.       ScaleHeight     =   1053.5
  24.       ScaleMode       =   0  'User
  25.       ScaleWidth      =   1580.25
  26.       TabIndex        =   1
  27.       Top             =   120
  28.       Width           =   2310
  29.    End
  30.    Begin VB.CommandButton cmdOK 
  31.       Cancel          =   -1  'True
  32.       Caption         =   "OK"
  33.       Default         =   -1  'True
  34.       Height          =   255
  35.       Left            =   720
  36.       TabIndex        =   0
  37.       Top             =   2640
  38.       Width           =   1140
  39.    End
  40.    Begin VB.Label lblTitle 
  41.       Alignment       =   2  'Center
  42.       Caption         =   "Information Browser 1.0"
  43.       BeginProperty Font 
  44.          Name            =   "MS Sans Serif"
  45.          Size            =   8.25
  46.          Charset         =   0
  47.          Weight          =   700
  48.          Underline       =   0   'False
  49.          Italic          =   0   'False
  50.          Strikethrough   =   0   'False
  51.       EndProperty
  52.       ForeColor       =   &H00000000&
  53.       Height          =   240
  54.       Left            =   120
  55.       TabIndex        =   3
  56.       Top             =   1680
  57.       Width           =   2325
  58.    End
  59.    Begin VB.Label lblDisclaimer 
  60.       Alignment       =   2  'Center
  61.       Caption         =   "All Material Copyright 1999 Information Riot And Respective Owners All Rights Reserved."
  62.       ForeColor       =   &H00000000&
  63.       Height          =   705
  64.       Left            =   120
  65.       TabIndex        =   2
  66.       Top             =   1920
  67.       Width           =   2295
  68.    End
  69. Attribute VB_Name = "frmAbout"
  70. Attribute VB_GlobalNameSpace = False
  71. Attribute VB_Creatable = False
  72. Attribute VB_PredeclaredId = True
  73. Attribute VB_Exposed = False
  74. Private Sub cmdOK_Click()
  75.   Unload Me
  76. End Sub
  77. Private Sub lblDescription_Click()
  78. End Sub
  79.